automation: Only build QEMU if Python >= 3.5
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 20 Jan 2020 11:50:51 +0000 (11:50 +0000)
committerWei Liu <wl@xen.org>
Mon, 27 Jan 2020 14:44:07 +0000 (14:44 +0000)
commitd25b3ef3f9a32162d24fa3e84a9a38f035a1487c
tree05965ee4227bb4febc7eb8e520181312e27d5338
parent3c601c5f056fba055b7a1438b84b69fc649275c3
automation: Only build QEMU if Python >= 3.5

Recent version of QEMU will not build anymore if Python < 3.5.
That is, QEMU 4.3 not released yet.

That check would also prevent the GitLab CI from building QEMU if
python3 binary isn't present.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Doug Goldstein <cardoe@cardoe.com>
automation/scripts/build